Skip to content

Commit

Permalink
Merge pull request #53 from rse-asia/upgrade
Browse files Browse the repository at this point in the history
Update logo
  • Loading branch information
SaranjeetKaur authored May 11, 2024
2 parents 4154689 + fcf64ef commit cfa5b1e
Show file tree
Hide file tree
Showing 54 changed files with 48,992 additions and 71,201 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^RSE_Asia\.Rproj$
^\.Rproj\.user$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ vignettes/*.pdf

# R Environment Variables
.Renviron
.Rproj.user
15 changes: 15 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Package: RSEAsia
Title: Website for RSE Asia Association
Version: 0.0.0.9000
Authors@R:
person("Saranjeet Kaur", "Bhogal", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Website for RSE Asia Association.
License: Unknown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
distill,
postcards,
roxygen2
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated by roxygen2: do not edit by hand

22 changes: 22 additions & 0 deletions RSE_Asia.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
LineEndingConversion: Posix

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
46 changes: 23 additions & 23 deletions _site.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: "website_rse_asia"
title: "RSE Asia Association"
theme: theme.css
description: |
RSE Asia
output_dir: "docs"
navbar:
right:
- text: "Home"
href: index.html
- text: "About Us"
href: aboutus.html
- text: "Community Membership"
href: membership.html
- text: "Events"
href: events.html
- text: "Talks"
href: talks.html
- text: "Blog"
href: blog.html
- text: "News"
href: news.html
output: distill::distill_article
name: "website_rse_asia"
title: "RSE Asia Association"
#theme: theme.css
description: |
RSE Asia
output_dir: "docs"
navbar:
right:
- text: "Home"
href: index.html
- text: "About Us"
href: aboutus.html
- text: "Community Membership"
href: membership.html
- text: "Events"
href: events.html
- text: "Talks"
href: talks.html
- text: "Blog"
href: blog.html
- text: "News"
href: news.html
output: distill::distill_article
15 changes: 15 additions & 0 deletions docs/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Package: RSEAsia
Title: Website for RSE Asia Association
Version: 0.0.0.9000
Authors@R:
person("Saranjeet Kaur", "Bhogal", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Website for RSE Asia Association.
License: Unknown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
distill,
postcards,
roxygen2
2 changes: 2 additions & 0 deletions docs/NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated by roxygen2: do not edit by hand

Loading

0 comments on commit cfa5b1e

Please sign in to comment.