Skip to content

Commit

Permalink
Merge pull request #156 from RConsortium/155-move-shiny-in-production…
Browse files Browse the repository at this point in the history
…-to-completed-events

updating events
  • Loading branch information
jcasman authored Oct 11, 2024
2 parents 26b3649 + c915d04 commit 561ae7f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions news/events.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,17 @@ format:
# Sample data frame with HTML links
df <- data.frame(
Title = c(
"[Shiny in Production 2024](https://shiny-in-production.jumpingrivers.com/)",
"[Unlocking Insights from LatinR: Collaboration and Innovation in Data Science](https://r-consortium.org/webinars/unlocking-insights-from-latinr.html)",
"[2024 Government & Public Sector R Conference](https://www.rstats.ai/gov)",
"[R/Pharma 2024](https://rinpharma.com/)",
"[Analyze Companies using Financial Ratios](https://r-consortium.org/webinars/tidy-finance-webinar-series.html#analyze-companies-using-financial-ratios)",
"[LatinR 2024](https://latinr.org/en/)",
"[Value Companies using Discounted Cash Flow Analysis](https://r-consortium.org/webinars/tidy-finance-webinar-series.html#value-companies-using-discounted-cash-flow-analysis)"
),
dates = c("Oct 9-10, 2024",
"Oct 29-30, 2024", "Oct 22, 2024", "Oct 29-31, 2024", "Nov 6, 2024", "Nov 18-22, 2024", "Dec 4, 2024"),
location = c("Newcastle upon Tyne, UK", "Virtual", "Washington D.C., USA", "Virtual", "Virtual", "Virtual", "Virtual"),
icon = c("Conference", "Webinar", "Conference", "Conference", "Webinar", "Conference", "Webinar"),
Type = c("Conference", "Webinar", "Conference", "Conference", "Webinar", "Conference", "Webinar"),
dates = c("Oct 22, 2024", "Oct 29-30, 2024", "Oct 29-31, 2024", "Nov 6, 2024", "Nov 18-22, 2024", "Dec 4, 2024"),
location = c("Virtual", "Washington D.C., USA", "Virtual", "Virtual", "Virtual", "Virtual"),
icon = c("Webinar", "Conference", "Conference", "Webinar", "Conference", "Webinar"),
Type = c("Webinar", "Conference", "Conference", "Webinar", "Conference", "Webinar"),
stringsAsFactors = FALSE
Expand Down Expand Up @@ -88,6 +86,7 @@ ___
# Sample data frame with HTML links
df <- data.frame(
Title = c(
'<a href="https://shiny-in-production.jumpingrivers.com/" target="_blank" rel="noreferrer noopener">Shiny in Production 2024</a>',
'<a href="https://r-consortium.org/webinars/tidy-finance-webinar-series.html#evaluate-performance-using-the-capital-asset-pricing-model" target="_blank" rel="noreferrer noopener">Evaluate Performance using the Capital Asset Pricing Model</a>',
'<a href="https://www.ascent.io/earl" target="_blank" rel="noreferrer noopener">EARL 2024</a>',
'<a href="https://r-consortium.org/webinars/tidy-finance-webinar-series.html#optimize-portfolios-using-the-markowitz-model" target="_blank" rel="noreferrer noopener">Optimize Portfolios using the Markowitz Model</a>',
Expand All @@ -109,6 +108,7 @@ df <- data.frame(
'<a href="https://www.r-consortium.org/r-adoption-series-the-adoption-of-r-in-japans-pharma-industry-confirmation" target="_blank" rel="noreferrer noopener">The use of R in Japan’s Pharma Industry</a>'
),
dates = c(
'October 9-10, 2024',
'October 9, 2024',
'September 4-5, 2024',
'September 4, 2024',
Expand All @@ -131,6 +131,7 @@ df <- data.frame(
),
location = c(
'Newcastle upon Tyne, UK',
'Virtual',
'Brighton, UK',
'Virtual',
Expand All @@ -152,10 +153,10 @@ df <- data.frame(
'Virtual'
),
Type = c('Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
Type = c('Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
'Conference', 'Conference', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar',
'Webinar', 'Webinar', 'Webinar'),
icon = c('Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
icon = c('Conference', 'Webinar', 'Conference', 'Webinar', 'Conference', 'Conference', 'Conference', 'Conference', 'Conference',
'Conference', 'Conference', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar', 'Webinar',
'Webinar', 'Webinar', 'Webinar'),
Expand Down

0 comments on commit 561ae7f

Please sign in to comment.