Skip to content

Commit

Permalink
changes for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
‘topepo’ committed Apr 25, 2024
1 parent 5cbf5c3 commit 713aa0e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 370 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: A Compilation of Applicability Domain Methods
Version: 0.1.1
Authors@R: c(
person("Marly", "Gotti", , "[email protected]", role = c("aut", "cre")),
person("Max", "Kuhn", , "max@rstudio.com", role = "aut"),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person("RStudio", role = "cph")
)
Description: A modeling package compiling applicability domain methods in
Expand Down Expand Up @@ -41,8 +41,6 @@ Suggests:
spelling,
testthat (>= 3.0.0),
xml2
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
16 changes: 8 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
applicable 0.1.1
==================
# applicable 0.1.1


- Changes in [apd_isolation()] because [isotree::isolation.forest()] changed their default for the number of dimensions to 1.

- Updated snapshot unit tests that changed from rlang's changes related to the call/traceback.

applicable 0.1.0
==================
# applicable 0.1.0


Added isolation forest methods via the isotree package in the function `apd_isolation()`.

applicable 0.0.1.1
==================
# applicable 0.0.1.1


Minor patch release: fixed failing units tests due to recent package updates.

applicable 0.0.1
==================
# applicable 0.0.1


* First CRAN version.
8 changes: 0 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ Install the development version of applicable from [GitHub](https://github.com/)
devtools::install_github("tidymodels/applicable")
```

## Vignettes

To learn about how to use applicable, check out the vignettes:

- `vignette("binary-data", "applicable")`: Learn different methods to analyze binary data.

- `vignette("continuous-data", "applicable")`: Learn different methods to analyze continuous data.

## Contributing

This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
Expand Down
34 changes: 12 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,24 @@ Install the development version of applicable from
devtools::install_github("tidymodels/applicable")
```

## Vignettes

To learn about how to use applicable, check out the vignettes:

- `vignette("binary-data", "applicable")`: Learn different methods to
analyze binary data.

- `vignette("continuous-data", "applicable")`: Learn different methods
to analyze continuous data.

## Contributing

This project is released with a [Contributor Code of
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.

- For questions and discussions about tidymodels packages, modeling,
and machine learning, please [post on RStudio
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
- For questions and discussions about tidymodels packages, modeling, and
machine learning, please [post on RStudio
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).

- If you think you have encountered a bug, please [submit an
issue](https://github.com/tidymodels/applicable/issues).
- If you think you have encountered a bug, please [submit an
issue](https://github.com/tidymodels/applicable/issues).

- Either way, learn how to create and share a
[reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html)
(a minimal, reproducible example), to clearly communicate about your
code.
- Either way, learn how to create and share a
[reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html)
(a minimal, reproducible example), to clearly communicate about your
code.

- Check out further details on [contributing guidelines for tidymodels
packages](https://www.tidymodels.org/contribute/) and [how to get
help](https://www.tidymodels.org/help/).
- Check out further details on [contributing guidelines for tidymodels
packages](https://www.tidymodels.org/contribute/) and [how to get
help](https://www.tidymodels.org/help/).
2 changes: 0 additions & 2 deletions vignettes/.gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions vignettes/binary-data.Rmd

This file was deleted.

Loading

0 comments on commit 713aa0e

Please sign in to comment.