Jadey Ryan's Avatar

Jadey Ryan

@jadeynryan.bsky.social

๐ŸŒฑ environmental data science #RStats #QuartoPub mom of ๐Ÿˆ ๐Ÿˆ ๐Ÿˆ ๐Ÿ‘ถ๐Ÿป she/her jadeyryan.com

2,399 Followers  |  154 Following  |  32 Posts  |  Joined: 06.10.2023  |  1.99

Latest posts by jadeynryan.bsky.social on Bluesky

Appreciate your help and pointing me where to ask for more help! ๐Ÿ’œ

06.10.2025 22:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Thanks @tanho.ca ! Alasโ€ฆ none worked. All of the ones with $ just insert the whole placeholder into the gtag script. {{ ENVVAR }} without $ or โ€œโ€ causes the plugin to fail as itโ€™s type object and is expecting a string.

06.10.2025 20:22 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
screenshot of netlify website deploy log that shows build environment containing secrets

screenshot of netlify website deploy log that shows build environment containing secrets

oh promise this is the last one for tonight! you asked for the deploy log... here's the screenshot that shows the secrets are included in the build environment! I just don't know how to get quarto to replace the placeholder with the secret value.

06.10.2025 04:14 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
[Support Guide] Using environment variables on Netlify correctly Last reviewed: November 2024 The preferred way to use environment variables in Netlify is to set them in our environment - be that in the Environment Variables settings UI (on the siteโ€™s โ€œBuild & Dep...

lastly... this support guide wasn't helpful to me at all. but maybe to you as someone who actually knows what they're doing ๐Ÿ˜…

anyways... thanks for the time you've already spent on thinking about this. but please enjoy the last bit of the weekend!

answers.netlify.com/t/support-gu...

06.10.2025 04:11 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I saw `process.env.` was used in the quarto-netlify plugin repo so I was hopeful it would work but all of this is above my level lol

github.com/quarto-dev/n...

06.10.2025 04:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Build environment variables Identify environment variables available in the build environment, set your own environment variables, and use environment variables during builds.

netlify docs aren't super helpful in the quarto context. I was hoping using `process.env.GOOGLE_ANALYTICS_ID` would pass through using the quarto-netlify plugin, but it didn't work
docs.netlify.com/build/config...

06.10.2025 04:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
screenshot of Netlify UI environment variables

screenshot of Netlify UI environment variables

@tanho.ca
here's a screenshot of how I configured Netlify's environment variables and here are the docs I was attempting to follow...
docs.netlify.com/build/enviro...

06.10.2025 04:05 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Create _environment file ยท jadeynryan/jadey_website@f5bdc46

github.com/jadeynryan/j...

06.10.2025 02:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Environment Variables โ€“ Quarto

Oh I did try an _environment file! quarto.org/docs/project... also didnโ€™t workโ€ฆ

06.10.2025 02:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

I might still have the problem of GitHub actions not passing the secret to the quarto .yml files?

06.10.2025 02:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The HTML file would need to be committed to my GitHub repo though, which doesnโ€™t solve the problem. Iโ€™m thinking I might have to switch from continuous deployment with netlify to GitHub actions? Also ?? cuz Iโ€™m not sure that would work either lol

06.10.2025 02:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0

Does anyone use #Netlify secrets for their deployed #quarto website to keep certain things private? #rstats #python #databs

06.10.2025 00:12 โ€” ๐Ÿ‘ 9    ๐Ÿ” 1    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0

I tried setting Netlify โ€œenvironment variablesโ€ then in my _quarto.yml file, I set the Google analytics ID to call this variable with โ€œ${GOOGLE_ANALYTICS_ID}โ€, โ€œprocess.env. GOOGLE_ANALYTICS_IDโ€, and โ€œ{{GOOGLE_ANALYTICS_ID}}โ€. None of these worked to pass from Netlify to Quarto.

06.10.2025 01:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Specifically Google analytics ID and Giscus repo IDs! I donโ€™t care that theyโ€™re public on the deployed site but I donโ€™t want it on my repo for when folks copy my website without removing these IDs.

06.10.2025 01:37 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Efficient File Management in R with {fs}, Wed, Oct 29, 2025, 6:00 PM | Meetup Join us for a hands-on workshop using the **{fs}** package to easily bring order to messy file systems. Through practical examples, youโ€™ll learn to automate common tasks li

Our next meetup will be Wednesday Oct 29th at 6pm CST!

Efficient File Management in R with {fs} with @jadeynryan.bsky.social

www.meetup.com/rladies-st-l...

21.09.2025 15:44 โ€” ๐Ÿ‘ 14    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
Announcing Dirt Data Reports: A No-Code Soil Health Reporting Tool | Washington Soil Health Initiative An update on the long-term agroecological research and extension soil health sites as part of the Washington Soil Health Initiative.

๐Ÿ“– Read more in this blog post: washingtonsoilhealthinitiative.com/2025/09/dirt...

๐Ÿ–ฅ๏ธ Try the app here: wsda.shinyapps.io/dirt-data-re...

Iโ€™d love to hear what you think!

17.09.2025 04:17 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Screenshot of the Dirt Data Reports home page which features a short description of the app and two buttons: Built Reports and Learn More. The background image is hands holding soil.

Screenshot of the Dirt Data Reports home page which features a short description of the app and two buttons: Built Reports and Learn More. The background image is hands holding soil.

#Quarto meets #Shiny in Dirt Data Reports, a soil health report generator.

@tanyashapiro.bsky.social and I built this app based on the {soils} R package to make automated soil health reporting more accessible for the researchers + practitioners who donโ€™t want to code.

#rstats #soilhealth

17.09.2025 04:17 โ€” ๐Ÿ‘ 29    ๐Ÿ” 3    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Post image

My website received a glam up!

I have finally made the switch to Quarto from Blogdown and I'm loving the updated features and the clean new look!

I also have a new logo, thanks to @jadeynryan.bsky.social, who helped me transition and design the new site. ๐Ÿ’œ

cghlewis.com

25.08.2025 13:12 โ€” ๐Ÿ‘ 46    ๐Ÿ” 4    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Preview
Call for Presentations Cascadia R Conference is an R conference serving the Pacific Northwest region (Alaska/British Columbia/Washington/Oregon/California).

Exciting news! ๐ŸŽ‰ The 2025 Cascadia R Conference is happening in Portland, Oregon on June 21, 2025, and the Call for Presentations is now OPEN!

Have a cool project or idea in #rstats? Share it with the Cascadia community! ๐ŸŒฒโœจ

Submit here: cascadiarconf.com/cfp/

#CascadiaR #DataScience #rstats

04.01.2025 01:55 โ€” ๐Ÿ‘ 23    ๐Ÿ” 13    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Post image

Happy #Monday! Hereโ€™s something fun to get the week off to a good start!

๐Ÿ”ฎ What R package would you be based on your #zodiac sign?

Let me know if these resonate! ๐Ÿ‘€โœจ #rstats #rladies

๐Ÿงต๐Ÿ‘‡ (1/13)

03.02.2025 14:12 โ€” ๐Ÿ‘ 39    ๐Ÿ” 16    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 1
Preview
Automate file management in R with the {fs} package Learn how to automate file management tasks in R with the {fs} package, including renaming, moving, and organizing files for a more structured directory layout.

@jadeynryan.bsky.social has an informative blog on auto file management using the {fs} pkg. rfortherestofus.com/2025/01/fs-f...

Reminds me of @reikookamoto.bsky.social's #positconf2023 creative talk "What an Early 2000s Reality Show Taught Me about File Management", www.youtube.com/watch?v=J3bx...

29.01.2025 20:56 โ€” ๐Ÿ‘ 23    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐Ÿ˜ป thanks @jadeynryan.bsky.social for these amazing ๐Ÿˆ stickers. Iโ€™ll ๐Ÿงฒ them to the fridge hextravaganza in the morning.

๐Ÿพ jadeyryan.com

๐ŸŽจ www.etsy.com/shop/thecodi...

21.01.2025 15:21 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Automate file management in R with the {fs} package Learn how to automate file management tasks in R with the {fs} package, including renaming, moving, and organizing files for a more structured directory layout.

I love this new blog post from @jadeynryan.bsky.social and @rfortherestofus.com on working with the #rstats {fs} package to programmatically work with your file system. ๐ŸŒŸ
rfortherestofus.com/2025/01/fs-f...

09.01.2025 14:49 โ€” ๐Ÿ‘ 35    ๐Ÿ” 9    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 1
Post image

Iโ€™m at it again. #Whiskey and hot chocolate. This time with a smoky peated Scotch, the Laphroaig Lore. Turns out itโ€™s good! And itโ€™s in one of my favorite #rstats mugs (yes I have two favs), made by @jadeynryan.bsky.social

07.12.2024 23:23 โ€” ๐Ÿ‘ 20    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

So cute!! Canโ€™t wait ๐Ÿฅน

28.11.2024 20:34 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Three snowshoe cats in front of a chalkboard with ultrasound photos, a newborn onesie, and the words โ€œMai, Tai, Skye sibling coming April 2025โ€

Three snowshoe cats in front of a chalkboard with ultrasound photos, a newborn onesie, and the words โ€œMai, Tai, Skye sibling coming April 2025โ€

Posit mug and newborn onesie with RStats hex stickers

Posit mug and newborn onesie with RStats hex stickers

Grateful for our growing family and so excited to see our little one โœจshineโœจ in this #RStats onesie (thanks @rachaeldempsey.bsky.social and @posit.co ) โ™ฅ๏ธ

28.11.2024 02:19 โ€” ๐Ÿ‘ 31    ๐Ÿ” 1    ๐Ÿ’ฌ 9    ๐Ÿ“Œ 0

Asking the right questions! ๐Ÿˆ

28.11.2024 02:08 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

This is the cutest picture! You look like a magical R fairy! ๐Ÿงš

22.10.2024 03:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

My first action on here was to make an R-Ladies starter pack!
Comment with accounts I might be missing as I'm just starting out here!
go.bsky.app/Vgxwa2F

#rstats #rladies

21.10.2024 09:09 โ€” ๐Ÿ‘ 139    ๐Ÿ” 91    ๐Ÿ’ฌ 16    ๐Ÿ“Œ 7

The cutest, tiniest, roundest mountain hamsters ๐Ÿฅน๐Ÿ”๏ธ๐Ÿน

22.10.2024 03:26 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@jadeynryan is following 20 prominent accounts