Skip to content

Commit c237340

Browse files
committed
docs: packages
1 parent d208318 commit c237340

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ inst/doc
108108
cran-comments\.md
109109
CRAN-RELEASE
110110
.vscode
111-
^README\.html$
111+
README\.html

README.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Package website: [release](https://mlr3spatial.mlr-org.com/) | [dev](https://mlr
3131

3232
*mlr3spatial* is the package for spatial objects within the [mlr3](https://mlr3.mlr-org.com) ecosystem.
3333
The package directly loads data from [sf](https://CRAN.R-project.org/package=sf) objects to train any mlr3 learner.
34-
The learner can predict on various raster formats ([{terra}](https://CRAN.R-project.org/package=terra), [{raster}](https://CRAN.R-project.org/package=raster) and [{stars}](https://CRAN.R-project.org/package=stars)) and writes the prediction raster to disk.
34+
The learner can predict on various raster formats ([terra](https://CRAN.R-project.org/package=terra), [raster](https://CRAN.R-project.org/package=raster) and [stars](https://CRAN.R-project.org/package=stars)) and writes the prediction raster to disk.
3535
mlr3spatial reads large raster objects in chunks to avoid memory issues and predicts the chunks in parallel.
3636
Check out [mlr3spatiotempcv](https://github.com/mlr-org/mlr3spatiotempcv) for spatiotemporal resampling within mlr3.
3737

@@ -101,14 +101,14 @@ plot(land_cover, col = c("#440154FF", "#443A83FF", "#31688EFF",
101101
<details>
102102
<summary>Will mlr3spatial support spatial learners?</summary>
103103
<br>
104-
Eventually. It is not yet clear whether these would live in mlr3extralearners or in {mlr3spatial}.
104+
Eventually. It is not yet clear whether these would live in mlr3extralearners or in mlr3spatial.
105105
So far there are none yet.
106106
</details>
107107

108108
<details>
109-
<summary>Why are there two packages, {mlr3spatial} and {mlr3spatiotempcv}?</summary>
109+
<summary>Why are there two packages, mlr3spatial and mlr3spatiotempcv?</summary>
110110
<br>
111111
mlr3spatiotempcv is solely devoted to resampling techniques.
112112
There are quite a few and keeping packages small is one of the development philosophies of the mlr3 framework.
113-
Also back in the days when mlr3spatiotempcv was developed it was not yet clear how we want to structure additional spatial components such as prediction support for spatial classes and so on.
113+
Also back in the days when mlr3spatiotempcv was developed, it was not yet clear how we want to structure additional spatial components such as prediction support for spatial classes and so on.
114114
</details>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ status](https://www.r-pkg.org/badges/version/mlr3spatial)](https://CRAN.R-projec
1717
[mlr3](https://mlr3.mlr-org.com) ecosystem. The package directly loads
1818
data from [sf](https://CRAN.R-project.org/package=sf) objects to train
1919
any mlr3 learner. The learner can predict on various raster formats
20-
([{terra}](https://CRAN.R-project.org/package=terra),
21-
[{raster}](https://CRAN.R-project.org/package=raster) and
22-
[{stars}](https://CRAN.R-project.org/package=stars)) and writes the
20+
([terra](https://CRAN.R-project.org/package=terra),
21+
[raster](https://CRAN.R-project.org/package=raster) and
22+
[stars](https://CRAN.R-project.org/package=stars)) and writes the
2323
prediction raster to disk. mlr3spatial reads large raster objects in
2424
chunks to avoid memory issues and predicts the chunks in parallel. Check
2525
out [mlr3spatiotempcv](https://github.com/mlr-org/mlr3spatiotempcv) for

0 commit comments

Comments
 (0)