Skip to content

Commit

Permalink
Merge pull request #4 from pepijn-devries/work-in-progress
Browse files Browse the repository at this point in the history
Fixes in malformed URLs
  • Loading branch information
pepijn-devries committed Feb 14, 2024
2 parents 735e2cb + d25d21d commit 0a00108
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion R/ProTrackR-package.r
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions man/ProTrackR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a00108

Please sign in to comment.