diff --git a/DESCRIPTION b/DESCRIPTION index c007e23..ec5d5ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Authors@R: c(person("Adrien", "Todeschini", email = "adrien.todeschini@gmail.com Description: A simple data science challenge system using R Markdown and 'Dropbox' . It requires no network configuration, does not depend on external platforms like e.g. 'Kaggle' and can be easily installed on a personal computer. -URL: https://adrtod.github.io/rchallenge, https://github.com/adrtod/rchallenge +URL: https://adrien.tspace.fr/rchallenge/, https://adrtod.github.io/rchallenge/, https://github.com/adrtod/rchallenge BugReports: https://github.com/adrtod/rchallenge/issues Depends: R (>= 3.2.0) diff --git a/R/rchallenge.r b/R/rchallenge.r index a6f05be..b3c13ae 100644 --- a/R/rchallenge.r +++ b/R/rchallenge.r @@ -121,11 +121,11 @@ release_questions <- function() { #' #' @section Examples: #' \itemize{ -#' \item \href{https://adrtod.github.io/challenge-mimse2014/}{Credit approval} (in french) by Adrien Todeschini (Bordeaux). +#' \item \href{https://adrien.tspace.fr/challenge-mimse2014/}{Credit approval} (in french) by Adrien Todeschini (Bordeaux). #' \item \href{https://chavent.github.io/challenge-mmas/}{Spam filter} (in french) by Marie Chavent (Bordeaux). #' } #' -#' Please \href{https://adrtod.github.io}{contact me} to add yours. +#' Please \href{https://adrien.tspace.fr/}{contact me} to add yours. "_PACKAGE" diff --git a/README.md b/README.md index 88337a8..8f50584 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ rchallenge ========== [![R-CMD-check](https://github.com/adrtod/rchallenge/workflows/R-CMD-check/badge.svg)](https://github.com/adrtod/rchallenge/actions) -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/rchallenge)](https://cran.r-project.org/package=rchallenge) -[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/rchallenge)](https://www.r-pkg.org/pkg/rchallenge) +[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rchallenge)](https://cran.r-project.org/package=rchallenge) +[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/rchallenge)](https://www.r-pkg.org/pkg/rchallenge) [![GPLv2 License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) -The **rchallenge** R package provides a simple data science competition system using [R Markdown](http://rmarkdown.rstudio.com/) +The **rchallenge** R package provides a simple data science competition system using [R Markdown](https://rmarkdown.rstudio.com/) and [Dropbox](https://www.dropbox.com/) with the following features: - No network configuration required. @@ -15,7 +15,7 @@ and [Dropbox](https://www.dropbox.com/) with the following features: - Can be easily installed on a personal computer. - Provides a customizable template in english and french. -Further documentation is available in the [Reference manual](reference/). +Further documentation is available in the [Reference manual](https://adrien.tspace.fr/rchallenge/reference/index.html). Please report bugs, troubles or discussions on the [Issues](https://github.com/adrtod/rchallenge/issues) tracker. Any contribution to improve the package is welcome. @@ -133,14 +133,14 @@ You can use the [Task Scheduler](https://www.windowscentral.com/how-create-autom - version 1.16 of pandoc fails to fetch font awesome css, see . ## Examples -- [Credit approval](https://adrtod.github.io/challenge-mimse2014/) (in french) by Adrien Todeschini (Bordeaux). +- [Credit approval](https://adrien.tspace.fr/challenge-mimse2014/) (in french) by Adrien Todeschini (Bordeaux). - [Spam filter](https://chavent.github.io/challenge-mmas/) (in french) by Marie Chavent (Bordeaux). -Please [contact me](https://adrtod.github.io/) to add yours. +Please [contact me](https://adrien.tspace.fr/) to add yours. ## Copyright -Copyright (C) 2014-2015 [Adrien Todeschini](https://adrtod.github.io/). +Copyright (C) 2014-2015 [Adrien Todeschini](https://adrien.tspace.fr/). Contributions from [Robin Genuer](http://robin.genuer.fr/). diff --git a/cran-comments.md b/cran-comments.md index 351bcdb..31f33cf 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,6 @@ ## Test environments + * Local, ubuntu 18.04.5: 4.0.4 * GitHub Actions, ubuntu-20.04: release, devel * GitHub Actions, windows-latest: release @@ -10,29 +11,8 @@ * win-builder: devel ## R CMD check results -There were no ERRORs or WARNINGs. - -There was one NOTE: - -NOTE - Maintainer: 'Adrien Todeschini ' - - Found the following (possibly) invalid URLs: - URL: https://adrtod.github.io (moved to https://adrien.tspace.fr/) - From: man/rchallenge-package.Rd - Status: 200 - Message: OK - URL: https://adrtod.github.io/challenge-mimse2014/ (moved to https://adrien.tspace.fr/challenge-mimse2014/) - From: man/rchallenge-package.Rd - Status: 200 - Message: OK - URL: https://adrtod.github.io/rchallenge (moved to https://adrien.tspace.fr/rchallenge/) - From: DESCRIPTION - man/rchallenge-package.Rd - Status: 200 - Message: OK - -I keep https://adrtod.github.io domain nevertheless, because https://adrien.tspace.fr is subject to change, while https://adrtod.github.io is permanent. + +0 errors | 0 warnings | 0 notes ## revdepcheck results @@ -40,3 +20,12 @@ We checked 0 reverse dependencies, comparing R CMD check results across CRAN and * We saw 0 new problems * We failed to check 0 packages + +## Resubmission + +This is a resubmission. In this version I have: + +* changed http --> https, added trailing slashes, or followed moved content as + appropriate. + +* linked to files in the package or used fully specified URLs. diff --git a/inst/template/challenge_en.rmd b/inst/template/challenge_en.rmd index bbefa59..bfe467b 100644 --- a/inst/template/challenge_en.rmd +++ b/inst/template/challenge_en.rmd @@ -275,4 +275,4 @@ print_readerr(read_err) ``` ------------ -Powered by [rchallenge](http://adrtod.github.io/rchallenge/). +Powered by [rchallenge](https://adrtod.github.io/rchallenge/). diff --git a/inst/template/challenge_fr.rmd b/inst/template/challenge_fr.rmd index 6a760fd..c87ddc5 100644 --- a/inst/template/challenge_fr.rmd +++ b/inst/template/challenge_fr.rmd @@ -282,4 +282,4 @@ print_readerr(read_err, col.names = colnames) ``` ------------ -Développé avec [rchallenge](http://adrtod.github.io/rchallenge/). +Développé avec [rchallenge](https://adrtod.github.io/rchallenge/). diff --git a/man/rchallenge-package.Rd b/man/rchallenge-package.Rd index fb2bbf9..cec8a99 100644 --- a/man/rchallenge-package.Rd +++ b/man/rchallenge-package.Rd @@ -138,17 +138,18 @@ to create a new task with a \emph{Start a program} action with the settings (min \section{Examples}{ \itemize{ - \item \href{https://adrtod.github.io/challenge-mimse2014/}{Credit approval} (in french) by Adrien Todeschini (Bordeaux). + \item \href{https://adrien.tspace.fr/challenge-mimse2014/}{Credit approval} (in french) by Adrien Todeschini (Bordeaux). \item \href{https://chavent.github.io/challenge-mmas/}{Spam filter} (in french) by Marie Chavent (Bordeaux). } -Please \href{https://adrtod.github.io}{contact me} to add yours. +Please \href{https://adrien.tspace.fr/}{contact me} to add yours. } \seealso{ Useful links: \itemize{ - \item \url{https://adrtod.github.io/rchallenge} + \item \url{https://adrien.tspace.fr/rchallenge/} + \item \url{https://adrtod.github.io/rchallenge/} \item \url{https://github.com/adrtod/rchallenge} \item Report bugs at \url{https://github.com/adrtod/rchallenge/issues} }