Skip to content

Commit

Permalink
deleting spaces in parens
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasman committed Sep 17, 2024
1 parent f2925a3 commit 26f68ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about/join.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suppressPackageStartupMessages({
})
df <- data.frame(
Benefits = c("One seat on the Board of Directors with full voting rights", "One seat on the ISC with full voting rights", "Elect Silver representatives to the Board and ISC ( 1 Board seat per 3 Silver members, 1 ISC seat for all Silver members )", "Company logo on R Consortium website and collateral", "R Consortium logo on company website", "Membership dues ( annually )"),
Benefits = c("One seat on the Board of Directors with full voting rights", "One seat on the ISC with full voting rights", "Elect Silver representatives to the Board and ISC (1 Board seat per 3 Silver members, 1 ISC seat for all Silver members)", "Company logo on R Consortium website and collateral", "R Consortium logo on company website", "Membership dues (annually)"),
Platinum = c("Check", "Check", "None", "Check", "Check", "US$100,000"),
Silver = c("None", "None", "Check", "Check", "Check", "100+ FTE US $25,000 <100 FTE / non-profits, universities US $10,000"),
stringsAsFactors = FALSE
Expand Down

0 comments on commit 26f68ea

Please sign in to comment.