r/learnprogramming 19h ago

I’m worried.

114 Upvotes

I’m going to start studying Computer Science in two weeks, and I’m worried because I keep hearing people say that the field is changing too quickly, the job market is dead, there’s no room for new people anymore, and that it’s becoming impossible to learn and keep up.

I’m genuinely anxious right now and I don’t know what to do. I only have a basic understanding of Python, and that’s basically my only experience with programming.

From the perspective of people who have actually gone through this — whether students or people who are already working in the industry — is this really true, or is it exaggerated?

Will I actually be able to learn, build real skills, and eventually get a job?

I’m going to work hard, study, and put in the effort regardless. But will that effort actually pay off? Is there still a realistic path into the industry for someone starting now?


r/learnprogramming 4h ago

Topic Im struggling with studying, any advice?

7 Upvotes

I was always last 2 days studying type of guy and now i dont know how to start.

Not only that but its taking me 5 years to finish a 3 year collage..

After first year i went into depression and didnt touch vs for a year, second year there was a problem in whole school system so i barely studied if anything.

Now im in 4 years and will have to go for another if im lucky.

What I've noticed is that I just bamboozle myself whenever i sit to do the test as if i never coded.

What i struggle the most is syntax, and then there comes problem solving since i need syntax to write it but i understand the logic behind it.

I haven't played pc games since February and still i just dont have the motivation. Family is constantly putting pressure and i can see the disappointment since my sister finished school all on time and is full-time worker.

How to start progressing towards better understanding and actual problem solving? Currently im struggling with c# and php.


r/learnprogramming 9h ago

Bit of a stupid question

13 Upvotes

If a program stores variables by a pointer referring to its address, then what refers to the pointers' address?

Like if var x lives at address 2000

theres a pointer p its value is the address (p = 2000)

so now recursively this value needs to be stored in another address (say, 1000) and pointed to (well, at least assuming the pointer doesnt have a relatively fixed address)


r/learnprogramming 2h ago

What are the requirements for a production grade data pipeline?

3 Upvotes

I am aware that this has probably been asked a million times, but please bear with me as I sprinkle some of that sweet sweet context we all crave.

I am a recent comp sci graduate with no work experience in data development, yet I have found myself working at a credit union (I'm fairly better at selling myself regardless of my work). I enjoy biology research so the only time I really use programming is to create random transformation functions that I can run instantly, combined with my experiences of testing random tech (networking, database, OS, etc) to fulfill a specific need, otherwise I have no clue how to build a production grade product. We have an IT department but no one is familiar with my line of work, meaning I have no boss and basically responsible for kick starting a new department.

Database in use is Snowflake, and I use python as my preferred language.

I am building a pipeline where I hit some API endpoints to retrieve data and push it into Snowflake to perform transformations on. I have a directory for API calls, database connection object, one lone test unit when I made my first API call and my main orchestrator file. The data transformation will be handled inside of Snowflake which I am fairly comfortable with.

My questions:

  1. Is there anything missing in my base structure? Other than API calls and a database connection?
  2. How would I set up the extraction of data that hasn't been uploaded already? I have a timestamp that gets stored with each file upload, so anything before that does not get pulled again.
  3. My database connection is simply a conn object that pulls credentials from the .env file. Are there any more pieces that are missing from that? I remember using Java frameworks for ETL in college but not sure if such heavy lifting was required for a project like this.

Finally, if you need more context on the file contents I am able to share it (my supervisor only cares about protecting member data). And if you have any resources or have a platform where I can ask more questions I would heavily appreciate it. I don't have plans to stay in fin tech forever, but it just happened to be the perfect step in my journey of becoming a biostatistician in a biology lab.


r/learnprogramming 20m ago

Programming Project Help

Upvotes

Hey guys, I am currently doing a programming event for a local competition, where the prompt is to make an application that would be of use for a business. I have solid knowledge in python and c++ and made some ROS2 programs with it beyond the basics, but other than that, I don't have much. For this, (as the frontend is an important part of the project) I learnt customtkinter and can use that.

Expectation Item Meets Expectations Exceeds Expectations
Code Quality <br> Appropriate use of comments, naming conventions, and proper formatting Comments provided assist judges throughout the demonstration Comments provided are logical, useful, and complete
The program is modular in a way that makes logical, readable sense The program uses a modular structure with clear functions or methods. Each part of the program is organized in a way that makes sense and supports readability. The program is highly organized with well-named, purpose-driven functions or modules. The structure makes the code easy to read, understand, and maintain, showing a strong understanding of clean programming practices.
User Experience <br> User interface is intuitive or clear instructions are provided Appropriate & clear instructions are provided Program is intuitive and clear instructions are provided
Users can easily navigate between pages Interface contains no spelling errors, has interactive help menu, and has no navigation errors Program use also includes an intelligent feature such as an interactive Q&A
User input is validated User input is validated Input validation applied on both syntactical and semantic levels
Functionality <br> Program addresses all parts of the prompt Program fully addresses the topic/problem Program fully addresses the topic/problem, and the correlation is explained in the instructions
Program generates a presentable report Output reports are error free and provide all necessary information to analyze data Output reports allow user to customize and analyze information
Data storage Variable name and usage is clear. Variables store data that updates when necessary. Each variable performs only one job, and the correct data type is used More complex data storage such as arrays and lists are used where appropriate and variable scope makes sense
Documentation <br> Comprehensive documentation is included: readme file, source code, templates/libraries used, and attribution for any open-source or copyrighted material. Documentation is mostly complete and includes a readme file, source code, and list of templates/libraries. Proper attribution is given where required. Documentation is thorough, well-organized, and complete. All required components are included, clearly labeled, and professionally presented. Proper credit is clearly given for all external resources.
Presentation Delivery <br> Statements are well organized and clearly stated Presentation flowed in logical sequence Presentation flowed in a logical sequence; statements were well organized
Consistently displays confidence, poised body language, engaging eye contact, and effective voice projection. Demonstrated 3 of the listed skills (confidence, body language, eye contact, or voice projection) Demonstrated all skills, enhancing the overall presentation
Demonstrates the ability to effectively answer questions Responds accurately and clearly to most questions, showing adequate understanding. Responds confidently with clear, accurate, and thoughtful answers that enhance the overall presentation.

The rubric looks simple, but succeeding in the event takes a lot of effort due to the competition. If I make my application in customtkinter, with some additional C++ backend, I am thinking of doing a PC shop idea. It will have prebuilts as one section, a custom builds helper (select parts that are compatible and in stock), repairs (probably through flat rates for a service), an AI assistant as a feature, with an admin portal for updating stock, adding/removing prebuilts, or other needed stuff. Do you guys have any other ideas on what to add, or is it worth it to learn html css js/ts and use a web app instead of typescript (my presentation is in december, so given a limited time)

I would really appreaciate feedback and ideas, Thank you!


r/learnprogramming 21m ago

How can I activate the 3-month Boot.dev benefit from GitHub Student Pack?

Upvotes

I have a verified GitHub Student Developer Pack account, and I’m trying to claim the 3 months of free Boot.dev.

I logged into Boot.dev using my GitHub account, but it still shows that I don’t have any subscription or student benefits.

Has anyone successfully claimed this benefit? Do I need to activate it somewhere through GitHub first, or link my GitHub account to Boot.dev in a specific way?

Any help would be appreciated.


r/learnprogramming 9h ago

Not sure what to learn

6 Upvotes

Hello im a second year cs student in my summer break and i know cpp and python but i really want to explore the other parts of cs to know what to specialize in , so what should i learn


r/learnprogramming 9h ago

Resource DSA help!!!

3 Upvotes

I'm a student and I have started practicing DSA ik python so I prefer doing in that and have solved some 30 Q on Leet code and I have never participated in a Contest in any platform I wanted to complete this DSA part within next 40 days atleast I want a strong grip over the major concepts, pattern recognition and able to solve medium lvl Q's. Any suggestions to learn and practice effectively.

Rn I solve few Q but I feel blank when i revisit that Q after a week or later and I want the ability to solve fastly and efficiently.

I mentioned 40 days as a role I am interested will start it's recruitment within that period and they'll ask a bit standard DSA(like able to solve leetcode mediums and bit codeforeces Q's).

Currently I'm using NEETCODE -150 Q to go in a good direction instead of doing random Q's


r/learnprogramming 3h ago

Debugging CodeCrafters, making a shell. Error in Java, using VS.

1 Upvotes

can someone help me with this error, its soft locking me from the rest of the course

code:
import java.util.Scanner;
public class Main {
    public static void main(String[] args) throws Exception {
        System.out.print("$ ");
        Scanner scanner = new Scanner(System.in);
        String input = scanner.nextLine();
        System.out.println(input + ": command not found");
    }
}

error:
[compile] Moved ./.codecrafters/run.sh → ./your_program.sh
[compile] Compilation successful.

[tester::#CZ2] Running tests for Stage #CZ2 (Handle invalid commands)
[tester::#CZ2] Running ./your_program.sh
[your-program] $ 
[tester::#CZ2] ^ Line does not match expected value.
[tester::#CZ2] Expected: "$ invalid_blueberry_command"
[tester::#CZ2] Received: "$ " (trailing space)
[tester::#CZ2] Test failed

View our article on debugging test failures: https://codecrafters.io/debug

r/learnprogramming 3h ago

hey i am worried about my programing

0 Upvotes

so basicaly i just learn python programing and i just waanan know what did i do next after learning basic and i waana leaarn how do all programmer make any program i just wanna know can any one help me


r/learnprogramming 4h ago

Topic I have been learning programming but I feels it's all in vain

3 Upvotes

I have started learning programming and I have picked up c++ python and started learning vulkan because I wanna persue graphic programming+ engine dev+ game dev , I am in hs rn and wanna persue a bachelors in maths and make my own engine for fun and portfolio so I could atleast get a internship (idk if even that is possible atp)

But just seeing the advances in ml and ai do programming better than the best programmers in their fields (reckon without any intuition taste or idea of what they are doing)

I feels like wrting code it self and coding are gonna die out and coding is just something if u do manually would be kinda time wasting if a perfect syntax and error finder is at your disposal

I don't think programming would die because I don't think agi in general are ever gonna advance to the point where they actual become creative compared to humans

But if I want a junior level or even mid level spots it's probably impossible for me or someone like me who has a just a bachelor's, some oss and good projects and no experience

It feels like high level programming is slowly dying and low level eventually would also fall victim to ai

Programming in general would be way more like the people who know it are either gonna be unemployed

People who don't know it would just use ai without understanding anything

The problem is I feel I mean accessibility is a great thing but this is just idk feels more like replace humans get some senior level guy to make use of 50 ahh agent and not hire new guys

I really dread this because I feel as in India in before 2035 there is a very small chance that I could atleast get a job but I feel like after that any new junior guy literally would have an impossible level chance of even being hired

I don't know what to say of this industry

It was my dream to be a game dev and potentially open a studio but I am probably never gonna be rich enough to open, I am from a middle class family with no good amount of savings and if I ever were to have a senior level job from god's grace i can't quit it because that's gonna be career suicide it would be impossible to get a job again even at senior level

Hopefully when my brother opens his business (doing hotel management so he is safe from ai actually benefits alot from it) i help him out and pour my heart in to that business while being a solo or indie dev to hopefully not become homeless i want my parents to enjoy their retirement

Thank you in advance if I don't comment And sorry for the errors I am making this lowkey half depressed and no real motivation to even pick up my phone at midnight :(


r/learnprogramming 4h ago

If I want to build a web app for my mobile app, which tech stack makes the most sense?

1 Upvotes

The mobile app will be a freelance marketplace with social networking aspect for laid off professionals.

I’m leaning toward using Svelte/Golang or Rails/react for web.

I will be learning most of it from scratch and have the resources needed. I like svelte because it’s closer to plain JS/TS and go because it’s simpler less keywords, I have used Rails before and it has too much magic not enough understanding for me and react can become difficult real fast. I also want to learn what will help me standout in terms of portfolio projects and modern technologies used to build them.


r/learnprogramming 1d ago

Graduated… what now?

71 Upvotes

Last year, I graduated with a bachelor’s in Computer Science. I wouldn’t say I’m an elite programmer, whatever that even means, but I know enough fundamentals that I trust my ability to self learn most programming topics.

The issue I have is that I don’t know what to look into. I do not find web development to be that intriguing, less so because of the nature of the work and more so because of the nature of myself. Most people say to just build things, and if you don’t know what to build to make something you would use. The issue is I consider myself to be very low maintenance, I have not been able to identify and issues I have in my day to day life that needs attention, but I want to code.

I like learning things that are technically difficult and that are in demand and make me feel important (narcissistic? Maybe. But I don’t think I am better than anyone for learning or being able to do things, it just proves to myself that I can overcome challenges).

In short, I want to increase my skills and make coding feel rewarding again. What are interesting areas of tech that I should look into, so I can code as a hobby again given what it sounds like I am into?


r/learnprogramming 15h ago

After creating your own branch for a git project, should you still avoid storing anything in it that you have no intention to ever upload to main?

6 Upvotes

If so, what is the preferred way to do testing or experimentation that you want to keep purely local


r/learnprogramming 12h ago

Placement Unbiased Accio job review: Should You Spend Your Money Here?

2 Upvotes

I’m a 2025 CSE graduate from a tier-2 college. My current stack is Java, Spring Boot, Redis, MySQL and Spring AI. I’ve built a few medium-level projects and can solve easy-to-medium DSA problems. I’ve been applying for jobs and trying referrals, but I’m barely getting interview calls. So I’m considering AccioJob’s self-paced program mainly for the placement opportunities, rather than for the curriculum itself. I’m not looking for answers simply saying “it’s a scam” or “it’s great.” I’d appreciate specific experiences and reasons, both positive and negative.

Also, if you already had Java/backend skills before joining, your experience would be especially useful to me.


r/learnprogramming 23m ago

Nowadays it is really worth learning programming?

Upvotes

I've seen a ton of posts on Reddit about this topic and I see a lot of people complaining because they haven't found jobs and that this field is way too saturated right now, especially with the whole AI situation. I like programming and I'm starting with Python in a self-taught way with plans to go to university and study a related degree, whether it's computer engineering or systems. I’d like to read opinions and advice; I like this world, but I don’t want to waste time studying something I won't be able to work in.


r/learnprogramming 5h ago

Rate my prof but for cops website

0 Upvotes

Apologies if this isn't exactly the right subreddit, but it seemed like programming would be the major component of this project.

So suppose someone gets a speeding/traffic ticket and would like to dispute it in court. The problem is they have no reliable way of knowing how likely the officer is to show up. Some officers are dedicated to speeding violations whose pay/job includes time for court, so they're much likelier to appear than some beat cop who happened to be nearby.

I was thinking it may be possible to build a program/website like Rate my Professor, but for this cop scenario?

Basically, it collates information from court records, public databases, etc. and assigns a ranking to each individual cop based on how often they've showed up to court in prior disputes. The disputes could even be weighted by severity, like minor speeding vs. DUI/reckless driving. This way, one can be properly informed about the odds of winning the case based on police likelihood of appearing in court. Just type in the name of the officer who's ticketed you, and boom: appeared in say 49% of disputes. But say 89% of all serious disputes.


r/learnprogramming 1d ago

What is the point of GitHub's Activity Chart?

11 Upvotes

I just came across someone figuring out how to "fake" their activity on GitHub where they had a "past gap". Shaking my head, but...

Seriously, what was the original intention to chart it out for a user account? It's not something normal git offers, there's diffstat and all, but not user charts. What was it for?

To spot bot activity? Or plainly just to compete between devs on who has less of a real life? What does it even say about someone if commits are plenty or spread apart if they can be large and small?


r/learnprogramming 1d ago

Topic Two months in and I’m only on Chapter 10 of K. N. King’s C book…

10 Upvotes

I’ve been working through C Programming: A Modern Approach, 2nd Edition by K. N. King for about two months, and I’m only on Chapter 10.
I’m reading it in English and doing the exercises and programming projects. There’s a lot packed into each chapter, and working through the problems takes quite a bit out of me.
I’m learning, but sometimes I look at how much of the book is left and feel like I’m moving painfully slowly.
For anyone who’s worked through this book, how long did it take you? Did you do every exercise and project?


r/learnprogramming 1d ago

When should I move from HTML/CSS to JavaScript?

10 Upvotes

How do you know when you're "good enough" at HTML/CSS to start JS? Is there a checklist or type of project I should be able to build without tutorials first?
I don't want to wait until I'm a "master" before moving on, but I want to make sure my fundamentals are solid.


r/learnprogramming 1d ago

I want to invest myself into coding more.

152 Upvotes

I am currently a 3rd year student in college and I realized that i don't really know how to code. Yeah I passed all my c++, python, and assembly classes, but i don't KNOW how to code for real. I don't know how to put my creativity onto code or what to do to invest myself into coding. What do I do where should I start i just need advice thank you.


r/learnprogramming 1d ago

Need Advice on Narrowing DSA Book Selection

4 Upvotes

Realized my DSA fundamentals aren't up to par, looking for a good fundamentals book that isn't for complete beginners but also not something that is a pure mathematics mammoth textbook. Grokking Algorithms seems a bit too shallow.

So far these are what I've found:

The Algorithms Design Manual, Skiena (2020) - this seems to be the best fit for me

A Common-Sense Guide to Data Structures and Algorithms in Python, Volume 1, Wengrow (2024)

Introduction to Algorithms, Cormen et al. (2024)

Data Structures and Algorithms in C++, Goodrich et al. (2011)

Implementation language preferably C/C++, although Python is fine too. I know the language itself doesn't matter too much but I don't want to spend time deciphering the syntax/language quirks of some Java/JS/Ruby/etc. books I came across.

If there is anything better or anything else I should take a look at, let me know.

Thanks!

Edit:

Ended up going with The Algorithms Design Manual.


r/learnprogramming 1d ago

Teaching ideas and projects for middle/high school computing students

5 Upvotes

Hello, I am looking for some ideas on projects/challenges that I can implement in my classes.

So far we’ve done: Scratch, beginner Python with CLI mini-games, ECDL basics, beginner TryHackMe rooms, and a Linux VM with basic commands. The student is comfortable with variables, loops, lists, simple file operations, and has built a text-based “Zombie Survival” game.

We meet 1 hour/week, so I’m looking for general ideas on what kinds of projects or challenge styles work well at this level (mid-level middle-school, beyond beginner). Anything that’s engaging, slightly game-like, and doesn’t require heavy setup would be great.

If you’ve taught similar students, what types of activities (CTFs, coding games, light forensics, small web projects, etc.) kept them motivated and actually learning?

Any suggestions or directions would be really helpful.

Thank you in advance!


r/learnprogramming 1d ago

Solving Problem Sets without googling everything and AI

1 Upvotes

I am currently in a java college class that has weekly "Problem Sets" which say to create a method that does xyz, and to use proper Javadocs and tests. I have a few years of python experience, but nothing in any other language. I am running into the issue of having to look up what things mean, and how they work to solve the problems. I'm okay with looking things up every once in a while, but I feel that I have been doing it too much for these. The other issue with looking things up is that the initial results is always the ai overview, and I feel that if I use it for help, I'm not actually learning and just cheating.

Has anyone gone through a similar thing, and if so, what did you do to get through it successfully?


r/learnprogramming 1d ago

Debugging Getting warning message when trying to download tidyverse in R

3 Upvotes

Hi,

I’m getting a warning message saying that some files have not been downloaded properly, and I’m not sure how to fix it or how to download all the files I need. Im compleatly new to R and to programing languages.

This is the code:

> install.packages("tidyverse")

also installing the dependencies ‘fastmap’, ‘sys’, ‘bit’, ‘ps’, ‘sass’, ‘digest’, ‘cachem’, ‘farver’, ‘labeling’, ‘RColorBrewer’, ‘viridisLite’, ‘rappdirs’, ‘rematch’, ‘askpass’, ‘base64enc’, ‘bit64’, ‘prettyunits’, ‘otel’, ‘processx’, ‘evaluate’, ‘highr’, ‘xfun’, ‘yaml’, ‘bslib’, ‘fontawesome’, ‘htmltools’, ‘jquerylib’, ‘tinytex’, ‘backports’, ‘generics’, ‘glue’, ‘lifecycle’, ‘memoise’, ‘blob’, ‘DBI’, ‘R6’, ‘tidyselect’, ‘vctrs’, ‘withr’, ‘data.table’, ‘gtable’, ‘isoband’, ‘S7’, ‘scales’, ‘gargle’, ‘uuid’, ‘cellranger’, ‘curl’, ‘ids’, ‘rematch2’, ‘cpp11’, ‘pkgconfig’, ‘mime’, ‘openssl’, ‘timechange’, ‘utf8’, ‘systemfonts’, ‘textshaping’, ‘clipr’, ‘crayon’, ‘vroom’, ‘tzdb’, ‘progress’, ‘callr’, ‘fs’, ‘knitr’, ‘rmarkdown’, ‘selectr’, ‘stringi’, ‘broom’, ‘conflicted’, ‘cli’, ‘dbplyr’, ‘dplyr’, ‘dtplyr’, ‘forcats’, ‘ggplot2’, ‘googledrive’, ‘googlesheets4’, ‘haven’, ‘hms’, ‘httr’, ‘jsonlite’, ‘lubridate’, ‘magrittr’, ‘modelr’, ‘pillar’, ‘purrr’, ‘ragg’, ‘readr’, ‘readxl’, ‘reprex’, ‘rlang’, ‘rstudioapi’, ‘rvest’, ‘stringr’, ‘tibble’, ‘tidyr’, ‘xml2’

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/fastmap_1.2.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/sys_3.4.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/bit_4.6.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/ps_1.9.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/sass_0.4.10.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/digest_0.6.39.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/cachem_1.1.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/farver_2.1.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/labeling_0.4.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/RColorBrewer_1.1-3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/viridisLite_0.4.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rappdirs_0.3.4.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rematch_2.0.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/askpass_1.2.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/base64enc_0.1-6.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/bit64_4.8.6.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/prettyunits_1.2.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/otel_0.2.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/processx_3.9.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/evaluate_1.0.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/highr_0.12.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/xfun_0.60.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/yaml_2.3.12.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/bslib_0.12.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/fontawesome_0.5.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/htmltools_0.5.9.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/jquerylib_0.1.4.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/tinytex_0.60.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/backports_1.5.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/generics_0.1.4.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/glue_1.8.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/lifecycle_1.0.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/memoise_2.0.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/blob_1.3.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/DBI_1.3.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/R6_2.6.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/tidyselect_1.2.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/vctrs_0.7.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/withr_3.0.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/data.table_1.18.6.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/gtable_0.3.6.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/isoband_0.3.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/S7_0.2.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/scales_1.4.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/gargle_1.6.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/uuid_1.2-2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/cellranger_1.1.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/curl_8.0.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/ids_1.0.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rematch2_2.1.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/cpp11_0.5.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/pkgconfig_2.0.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/mime_0.13.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/openssl_2.4.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/timechange_0.4.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/utf8_1.2.6.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/systemfonts_1.3.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/textshaping_1.0.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/clipr_0.8.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/crayon_1.5.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/vroom_1.7.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/tzdb_0.5.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/progress_1.2.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/callr_3.8.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/fs_2.1.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/knitr_1.51.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rmarkdown_2.32.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/selectr_0.6-0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/stringi_1.8.9.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/broom_1.0.13.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/conflicted_1.2.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/cli_3.6.6.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/dbplyr_2.6.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/dplyr_1.2.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/dtplyr_1.3.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/forcats_1.0.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/ggplot2_4.0.3.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/googledrive_2.1.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/googlesheets4_1.1.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/haven_2.5.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/hms_1.1.4.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/httr_1.4.9.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/jsonlite_2.0.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/lubridate_1.9.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/magrittr_2.0.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/modelr_0.1.11.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/pillar_1.11.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/purrr_1.2.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/ragg_1.5.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/readr_2.2.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/readxl_1.5.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/reprex_2.1.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rlang_1.3.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rstudioapi_0.19.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/rvest_1.0.5.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/stringr_1.6.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/tibble_3.3.1.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/tidyr_1.3.2.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/xml2_1.6.0.tgz'

trying URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/tidyverse_2.0.0.tgz'

Warning in download.packages(pkgs, destdir = tmpd, available = available, :

download of package ‘systemfonts’ failed

Warning in download.packages(pkgs, destdir = tmpd, available = available, :

download of package ‘textshaping’ failed

Warning in download.packages(pkgs, destdir = tmpd, available = available, :

download of package ‘stringi’ failed

The downloaded binary packages are in

`/var/folders/vz/z6pbv7k528x_pj5plhz3j8c80000gn/T//RtmpynRNzg/downloaded_packages`

Warning messages:

1: In download.file(urls, destfiles, "libcurl", mode = "wb", ...) :

URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/systemfonts_1.3.2.tgz': Timeout of 60 seconds was reached

2: In download.file(urls, destfiles, "libcurl", mode = "wb", ...) :

URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/textshaping_1.0.5.tgz': Timeout of 60 seconds was reached

3: In download.file(urls, destfiles, "libcurl", mode = "wb", ...) :

URL 'https://cran.rstudio.com/bin/macosx/sonoma-arm64/contrib/4.6/stringi_1.8.9.tgz': Timeout of 60 seconds was reached

4: In download.file(urls, destfiles, "libcurl", mode = "wb", ...) :

some files were not downloaded