Skip to content

Commit

Permalink
Update pkgdown
Browse files Browse the repository at this point in the history
- update url to sessioninfo.r-lib.org
- update pkgdown actions workflow
- update NEWS.md format
  • Loading branch information
ateucher committed Feb 16, 2023
1 parent 0d74fe9 commit a9cd3dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -32,15 +32,14 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
pak-version: rc

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected].4
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
clean: false
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Description: Query and print information about the current R session. It
about packages, and where they were installed from.
License: GPL-2
URL: https://github.com/r-lib/sessioninfo#readme,
https://r-lib.github.io/sessioninfo/
https://sessioninfo.r-lib.org
BugReports: https://github.com/r-lib/sessioninfo/issues
Depends:
R (>= 3.4)
Expand Down
15 changes: 8 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

# development version
# sessioninfo (development version)

* update pkgdown url to sessioninfo.r-lib.org
* `session_diff()` now accepts the URL to a GitHub Actions log as the source for
`new` and/or `old` (@jennybc, #68).

# 1.2.2
# sessioninfo 1.2.2

* This version does not add an emoji hash to the output.

Expand All @@ -19,15 +20,15 @@
now shown in the `source` column, if they set the `Repository`
field in `DESCRIPTION`.

# 1.2.1
# sessioninfo 1.2.1

* `package_info()` and `session_info()` now do not fail if the version
number of an installed package is invalid.

* Better aliases for the list of attached, loaded and installed packages
in `package_inf()` and `session_info()`.

# 1.2.0
# sessioninfo 1.2.0

* New function `external_info()`, information about external software.
It can be also requested with the new `info` argument of
Expand Down Expand Up @@ -73,15 +74,15 @@

* The `source` column of the package list is now more informative.

# 1.1.1
# sessioninfo 1.1.1

* `package_info()` and `session_info()` now detect locally installed packages
correctly if they have an empty `biocViews` field in `DESCRIPTION (@llrs, #25)

* `package_info()` and `session_info()` now handle the case when a loaded
package was removed from the disk.

# 1.1.0
# sessioninfo 1.1.0

* `package_info()` now has a `dependencies` argument, to filter the type
of dependent packages in the output (#22).
Expand Down Expand Up @@ -116,6 +117,6 @@
* Do not consult the `max.print` option, for platform and package info
(@jennybc, #13).

# 1.0.0
# sessioninfo 1.0.0

First public release.
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
url: https://r-lib.github.io/sessioninfo
url: https://sessioninfo.r-lib.org

template:
package: tidytemplate
bootstrap: 5

includes:
in_header: |
<script defer data-domain="r-lib.github.io/sessioninfo,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
<script defer data-domain="sessioninfo.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
destination: docs

Expand Down

0 comments on commit a9cd3dc

Please sign in to comment.