Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .Rprofile

This file was deleted.

7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
.Rhistory
.RData
.Ruserdata
.DS_Store
**/.DS_Store

public
.hugo_build.lock

**/*_cache
**/*_cache/**

npm-debug.log
/node_modules/*
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/hugo-universal-theme"]
path = themes/hugo-universal-theme
url = https://github.com/devcows/hugo-universal-theme.git
Empty file removed .hugo_build.lock
Empty file.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ This repository is rendered at https://www.pharmar.org/

## Contributing Quick-Start

```r
library(blogdown)
For new markdown content, the easiest way to render the website is with

if (!hugo_available(version = getOption("blogdown.hugo.version"))) {
install_hugo(version = getOption("blogdown.hugo.version"))
}
```sh
hugo serve
```

If you're contributing a document written in `.Rmd` or `.qmd`, you'll need
to render your documents to `.md` before they will be included. You can
either do this manually, or using a script to automatically re-render on
change.

stop_server()
build_site()
serve_site(port = 4321)
```sh
./tools/watch.R # optional
```

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 13 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
baseurl = "/"
languageCode = "en-us"
title = "pharmaR website"
title = "PharmaR"
theme = "hugo-universal-theme"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
ignoreFiles = [
"\\.Rmd$",
"\\.Rmarkdown$",
"\\.knit\\.md",
"_files$",
"_cache$"
]

[[menu.main]]
name = "About Us"
Expand Down Expand Up @@ -187,7 +193,7 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
weight = 73

[params]
description = "A website built through Hugo and blogdown."
description = "A website built with Hugo"

# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.12.0"
Expand Down Expand Up @@ -225,9 +231,12 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
tags = true

[Permalinks]
blog = "/blog/:year/:month/:day/:filename/"
blog = "/blog/:year/:month/:day/:contentbasename/"

[params.topbar]
enable = false
text = ""

[markup.goldmark.renderer]
unsafe = true
xhtml = true
5 changes: 0 additions & 5 deletions content/accomplishments.Rmd

This file was deleted.

7 changes: 0 additions & 7 deletions content/accomplishments.html

This file was deleted.

5 changes: 5 additions & 0 deletions content/accomplishments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Accomplishments"
---

<img src="/img/page_under_construction.png" width="432"></img>
16 changes: 0 additions & 16 deletions content/background-and-mission.html

This file was deleted.

2 changes: 1 addition & 1 deletion content/community-meetings.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library(readxl)
library(dplyr)
library(lubridate)

sheet <- read_xlsx("~/r_validation_hub/pharmaR.github.io/content/community_meeting_notes/rvalhub_community_meeting_info.xlsx")
sheet <- read_xlsx("content/community_meeting_notes/rvalhub_community_meeting_info.xlsx")

processed_sheet <-
sheet %>%
Expand Down
31 changes: 0 additions & 31 deletions content/community-meetings.html

This file was deleted.

46 changes: 46 additions & 0 deletions content/community-meetings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### About Community Meetings

Our community meetings are an initiative we began in 2023 to help foster
stronger cross-industry connections for those working in biopharma and
champion the use of R in the industry. Each meeting centers around a
particular discussion topic, such as approaches for assessing R
packages’ risk, updates about our R Validation Hub tools, or
implementation of GxP R environments within companies.

### When are Community Meetings?

Traditionally, these meetings take place every three months. For updates
on when the next community meeting is taking place, join our [mailing
list](https://lists.r-consortium.org/g/RConsortium-Validation-Hub) or
watch out for announcements of the meetings on the R Consortium LinkedIn
page. As this initiative gains greater momentum, the goal is to make
these meetings more frequent.

### Past Meetings

If you missed a past meeting or would like to engage with a past
meeting’s content, you can find a list of them below:

- May 27, 2025 - *Validating In-House R Packages* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2025-05-27)/[slides](https://github.com/pharmaR/events/blob/main/community_meetings/2025-05-27/RvalHub_2025May_Community_meeting.pdf))
- February 25, 2025 - *Shiny App Validation in Regulatory Submissions*
([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2025-02-25))
- November 26, 2024 - *Navigating Programming Language Transitions in
Pharma* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2024-11-26))
- August 20, 2024 - *Analyzing Change in Assessed Risk Across Package
Releases* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2024-08-20))
- May 21, 2024 - *Tackling Hurdles: Embracing Open-Source Packages in
Projects* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2024-05-21)/[slides](https://github.com/pharmaR/events/blob/main/community_meetings/2024-05-21/RvalHub_2024May_Community_meeting.pdf)/[notes](https://github.com/pharmaR/events/blob/main/community_meetings/2024-05-21/21MAY2024_community_meeting_notes.md))
- February 03, 2024 - *Unraveling the Term “Validation”* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2024-02-20)/[slides](https://github.com/pharmaR/events/blob/main/community_meetings/2024-02-20/RvalHub_2024Feb_Community_meeting.pdf)/[notes](https://github.com/pharmaR/events/blob/main/community_meetings/2024-02-20/RvalHub_2024Feb_Community_meeting_notes.txt))
- November 28, 2023 - *Wrapping Up 2023 and Welcoming 2024*
([slides](https://docs.google.com/presentation/d/1iq2HzcjVYGnR5sf-rgLZzxnGwMnrDlJJNJmziwfX3j0/edit#slide=id.g1e185ace86d_0_153)/[recording](https://www.youtube.com/watch?v=_r5x-baN76E&t=3s))
- August 09, 2023 - *Risk Metric Application and Risk Score – Mini
Series Part 1* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2023-08-09_riskmetric_riskassessment_series))
- June 27, 2023 - *Learnings & Reflections from Case Studies* ([GitHub
folder](https://github.com/pharmaR/events/tree/main/community_meetings/2023-06-27)/[slides](https://github.com/pharmaR/events/blob/main/community_meetings/2023-06-27/community_mtg_6_27_2023.pdf))
19 changes: 0 additions & 19 deletions content/contact.html

This file was deleted.

File renamed without changes.
106 changes: 0 additions & 106 deletions content/contribute.html

This file was deleted.

File renamed without changes.
7 changes: 0 additions & 7 deletions content/general-guidances.html

This file was deleted.

File renamed without changes.
9 changes: 0 additions & 9 deletions content/glossary.Rmd

This file was deleted.

Loading