Skip to content

Commit

Permalink
Removing external links from documentation to pass CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Aug 22, 2024
1 parent cb51d54 commit 83a90f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Suggests:
arrow
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Encoding: UTF-8
4 changes: 2 additions & 2 deletions R/Object.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' @section Inheritance:
#'
#' The `Andromeda` inherits directly from `SQLiteConnection.` As such, it can be used as if it is a `SQLiteConnection`.
#' [`RSQLite`] is an R wrapper around 'SQLite', a low-weight but very powerful single-user SQL database that can run
#' `RSQLite` is an R wrapper around 'SQLite', a low-weight but very powerful single-user SQL database that can run
#' from a single file on the local file system.
#'
#' @name Andromeda-class
Expand All @@ -60,7 +60,7 @@ setClass("Andromeda", contains = "SQLiteConnection")
#' empty Andromeda is returned.
#'
#' @details
#' Valid objects are data frames, `Andromeda` tables, or any other [`dplyr`] table.
#' Valid objects are data frames, `Andromeda` tables, or any other `dplyr` table.
#'
#' @return
#' Returns an [`Andromeda`] object.
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Andromeda v0.6.6
Andromeda v0.6.7
---

This is a patch release that fixes the error observed on various CRAN testing instances following the release of dbplyr 2.5.0.
This update contains 1 minor bug fix (see NEWS.md).

## Test environments
* Windows-latest, R-release (Github Actions)
Expand Down
2 changes: 1 addition & 1 deletion man/Andromeda-class.Rd

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

2 changes: 1 addition & 1 deletion man/andromeda_constructor.Rd

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

0 comments on commit 83a90f1

Please sign in to comment.