diff --git a/.Rbuildignore b/.Rbuildignore index b8dbb30..89416d3 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,6 +1,27 @@ ^.*\.Rproj$ ^\.Rproj\.user$ + +^\.git$ ^\.github$ -^LICENSE$ -^.lintr$ -^README.Rmd$ + +^README\.Rmd$ +^README-.*\.png$ + +^Meta$ +^docs$ +^doc$ +^pkgdown$ +^_pkgdown\.yml$ + +^\.lintr$ + +^appveyor\.yml$ +.travis.yml + +cran-comments.md + +^\.DS_Store$ + +^revdep$ +^reconf\.sh$ +^rjd3toolkit-java-deps\.xml$ diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 7d814af..972fad9 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -1,10 +1,7 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: [main, develop] - pull_request: - branches: [main, develop] + workflow_dispatch name: test-coverage diff --git a/.gitignore b/.gitignore index fa51dd5..de7c8b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,55 @@ -.Rproj.user +# History files .Rhistory +.Rapp.history + +# Session Data files .RData +.RDataTmp + +# User-specific files .Ruserdata -TO_DO +# Example code in package build process +*-Ex.R + +# Output files from R CMD build +/*.tar.gz + +# Output files from R CMD check +/*.Rcheck/ + +# RStudio files +.Rproj.user/ + +# produced vignettes +vignettes/*.html +vignettes/*.pdf +Meta/ +inst/doc/ +doc/ + +# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 +.httr-oauth + +# knitr and R markdown default cache directories +*_cache/ +/cache/ + +# Temporary files created by R markdown +*.utf8.md +*.knit.md + +# R Environment Variables +.Renviron + +# pkgdown site +docs/ + +# translation temp files +po/*~ + +# RStudio Connect folder +rsconnect/ + +# Hidden file from mac-os +.DS_Store diff --git a/README.html b/README.html deleted file mode 100644 index 875114c..0000000 --- a/README.html +++ /dev/null @@ -1,635 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -

rjd3x11plus: extended x11

- - - - -

Installation

-

Running rjd3 packages requires Java 17 or higher. How to set up such -a configuration in R is explained here.

-

To get the current stable version (from the latest release):

-
# install.packages("remotes")
-remotes::install_github("rjdverse/rjd3toolkit@*release")
-remotes::install_github("rjdverse/rjd3x11plus@*release")
-

To get the current development version from GitHub:

-
# install.packages("remotes")
-remotes::install_github("rjdverse/rjd3x11plus")
-

High frequency data

-

infra monthly data

-

Trend cycle estimation

-

Package Maintenance and -contributing

-

Any contribution is welcome and should be done through pull requests -and/or issues. pull requests should include updated -tests and updated documentation. If -functionality is changed, docstrings should be added or updated.

-

Licensing

-

The code of this project is licensed under the European -Union Public Licence (EUPL).

- - -