From d25d21dd128ca51ad1b56232eb209950d1420aea Mon Sep 17 00:00:00 2001 From: Vries Date: Wed, 14 Feb 2024 22:59:51 +0100 Subject: [PATCH] Fixes in malformed URLs --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- R/ProTrackR-package.r | 2 +- README.Rmd | 2 +- README.md | 2 +- man/ProTrackR-package.Rd | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0db50ee..5dfe2b3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ProTrackR Type: Package Title: Manipulate and Play 'ProTracker' Modules -Version: 0.4.0 +Version: 0.4.1 Date: 2024-02-14 Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre", "dtc"), email = "pepijn.devries@outlook.com", @@ -26,5 +26,5 @@ Encoding: UTF-8 RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) NeedsCompilation: no -URL: https://pepijn-devries.github.io/ProTrackR/, https:://www.github.com/pepijn-devries/ProTrackR/ +URL: https://pepijn-devries.github.io/ProTrackR/, https://github.com/pepijn-devries/ProTrackR/ BugReports: https://github.com/pepijn-devries/ProTrackR/issues diff --git a/NEWS.md b/NEWS.md index 9c283a9..db74a0b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -ProTrackR v0.4.0 (Release date: 2023-02-14) +ProTrackR v0.4.1 (Release date: 2023-02-14) ============= * Added `pkgdown` website and README diff --git a/R/ProTrackR-package.r b/R/ProTrackR-package.r index d805010..951882c 100644 --- a/R/ProTrackR-package.r +++ b/R/ProTrackR-package.r @@ -25,7 +25,7 @@ #' [`PTModule`]. #' @section Current issues and future developments: #' For the development state of this package, please check the -#' [README section on GitHub](https::pepijn.devries.github.com/ProTrackR/). +#' [README section on GitHub](https://pepijn.devries.github.com/ProTrackR/). #' #' Currently, not all effect commands are implemented, although most common #' ones are. I will work on implementing the remaining effect commands (see diff --git a/README.Rmd b/README.Rmd index bc52690..95d2c78 100644 --- a/README.Rmd +++ b/README.Rmd @@ -77,7 +77,7 @@ in due time as a new package. This new package will: * have the same or similar features as the current package. * will implement modern R features and try to adhere to - [tidyverse](https::/www.tidyverse.org) principles. + [tidyverse](https://www.tidyverse.org) principles. * implement rendering procedures in C++ giving the package a speed boost. But until then, please enjoy the current package as is. diff --git a/README.md b/README.md index 2305508..b65c1dc 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ package. This new package will: - have the same or similar features as the current package. - will implement modern R features and try to adhere to - [tidyverse](https::/www.tidyverse.org) principles. + [tidyverse](https://www.tidyverse.org) principles. - implement rendering procedures in C++ giving the package a speed boost. diff --git a/man/ProTrackR-package.Rd b/man/ProTrackR-package.Rd index b8e566b..81b2dcb 100644 --- a/man/ProTrackR-package.Rd +++ b/man/ProTrackR-package.Rd @@ -35,7 +35,7 @@ of the \code{\link{PTPattern}}, \code{\link{PTTrack}}, \code{\link{PTCell}} and \section{Current issues and future developments}{ For the development state of this package, please check the -\href{https::pepijn.devries.github.com/ProTrackR/}{README section on GitHub}. +\href{https://pepijn.devries.github.com/ProTrackR/}{README section on GitHub}. Currently, not all effect commands are implemented, although most common ones are. I will work on implementing the remaining effect commands (see @@ -174,7 +174,7 @@ Some informal but extensive technical documentation on ProTracker: Useful links: \itemize{ \item \url{https://pepijn-devries.github.io/ProTrackR/} - \item \url{https:://www.github.com/pepijn-devries/ProTrackR/} + \item \url{https://github.com/pepijn-devries/ProTrackR/} \item Report bugs at \url{https://github.com/pepijn-devries/ProTrackR/issues} }