Skip to content

Commit 37be269

Browse files
authored
Initial CRAN release
* prepare CRAN release * update authors * typo * update authors * desc: update description * release 0.1.0
1 parent 93d214a commit 37be269

File tree

6 files changed

+35
-10
lines changed

6 files changed

+35
-10
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
^pkgdown$
2727
^revdep$
2828
^tic\.R$
29+
^cran-comments\.md$

DESCRIPTION

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ Authors@R: c(
55
person("Sebastian", "Fischer", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-9609-3197")),
77
person("Maximilian", "Muecke", , "[email protected]", role = "aut",
8-
comment = c(ORCID = "0009-0000-9432-9795"))
8+
comment = c(ORCID = "0009-0000-9432-9795")),
9+
person("Fabian", "Scheipl", email = "[email protected]", role = "ctb",
10+
comment = c(ORCID = "0000-0001-8172-3603")),
11+
person("Bernd", "Bischl", , "[email protected]", role = "ctb",
12+
comment = c(ORCID = "0000-0001-6002-6980"))
913
)
10-
Description: Provides extensions for functional data analysis for 'mlr3'.
14+
Description: Extends the 'mlr3' ecosystem to functional analysis by adding support
15+
for irregular and regular functional data as defined in the 'tf' package.
16+
The package provides 'PipeOps' for preprocessing functional columns and for
17+
extracting scalar features, thereby allowing standard machine learning
18+
algorithms to be applied afterwards. Available operations include simple
19+
functional features such as the mean or maximum, smoothing, interpolation,
20+
flattening, and functional 'PCA'.
1121
License: LGPL-3
1222
URL: https://mlr3fda.mlr-org.com, https://github.com/mlr-org/mlr3fda
1323
BugReports: https://github.com/mlr-org/mlr3fda/issues
@@ -26,7 +36,6 @@ Imports:
2636
Suggests:
2737
rpart,
2838
testthat (>= 3.0.0),
29-
pracma,
3039
zoo
3140
Config/testthat/edition: 3
3241
Encoding: UTF-8

README.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ Extending mlr3 to functional data.
3333

3434
## Installation
3535

36-
This package is not yet on CRAN but you can install the development version of `mlr3fda` from [GitHub](https://github.com/) with:
36+
You can either install the latest release from CRAN, or the development version from [GitHub](https://github.com/):
3737

3838
```{r, eval = FALSE}
39-
# install.packages("pak")
39+
# install from CRAN
40+
install.packages("mlr3fda")
41+
# install from GitHub
4042
pak::pak("mlr-org/mlr3fda")
4143
```
4244

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ status](https://www.r-pkg.org/badges/version/mlr3fda)](https://CRAN.R-project.or
1717

1818
## Installation
1919

20-
This package is not yet on CRAN but you can install the development
21-
version of `mlr3fda` from [GitHub](https://github.com/) with:
20+
You can either install the latest release from CRAN, or the development
21+
version from [GitHub](https://github.com/):
2222

2323
``` r
24-
# install.packages("pak")
24+
# install from CRAN
25+
install.packages("mlr3fda")
26+
# install from GitHub
2527
pak::pak("mlr-org/mlr3fda")
2628
```
2729

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 1 note
4+
5+
* This is a new release.

man/mlr3fda-package.Rd

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)